home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Evatac Software / Preditor 3.0 / Tools / MPW & ToolServer / Copy to ToolServer Folder / PreditorShutdown next >
Text File  |  1995-08-22  |  826b  |  32 lines

  1. #    PreditorShutdown
  2. #    Version 2.5.4
  3. #    January 3, 1994
  4.  
  5. #    This script is invoked by Preditor when it breaks the ToolServer
  6. #    connection. It should reside in the same folder as ToolServer.
  7.  
  8. #############################################################################
  9.  
  10. #    The commands in this section MUST NOT BE ALTERED, or the link between
  11. #    Preditor and ToolServer will not function correctly.
  12.  
  13. Unset PreditorNBPObj
  14. Unset PreditorNBPType
  15. Unset PreditorNBPZone
  16. Unset PreditorPPCPortName
  17. Unset PreditorPPCClientName
  18. Unset PreditorIsRemote
  19. Unset PreditorExists
  20.  
  21. unalias File
  22. unalias Line
  23.  
  24. alias File Target
  25.  
  26. For __Startup__i in `(Files "{ShellDirectory}"PreditorShutdown•≈ || Set Status 0) ≥ dev:null`
  27.     Execute "{__Startup__i}"
  28. End
  29. Unset __Startup__i
  30.  
  31. #############################################################################
  32.